NAME
	GU_FreeInput -- Unblock input to a blocked window.

   SYNOPSIS
	GU_FreeInput(window)
	             A0

	VOID GU_FreeInput(struct Window *);

   FUNCTION
	Unblock a window's user input. Call this function after blocking
	the input with GU_BlockInput().

   INPUTS
	window - the window that was blocked with GU_BlockInput().

   EXAMPLE

	BlockInput(myWin);
	About();
	FreeInput();

	Will block the parent window for user input while displaying the
	About requester of a program.

   SEE ALSO
	GU_BlockInput()


[Main] [Previous] [Next]

Converted on 19 Jul 1996 with RexxDoesAmigaGuide2HTML by Michael Ranner.